Uses of Class
org.eclipse.vtp.framework.engine.runtime.Component

Packages that use Component
org.eclipse.vtp.framework.engine.runtime   
 

Uses of Component in org.eclipse.vtp.framework.engine.runtime
 

Subclasses of Component in org.eclipse.vtp.framework.engine.runtime
 class Action
          Represents an action that can be run by the engine.
 class Configurable
          Base class for components that accept configuration data.
 class Configuration
          Represents a configuration on a service, action, or observer.
 class Executable
          Executable.
 class Observer
          Represents an observer that can be run by the engine before or after an action.
 class Service
          Represents a service available to actions and observers.